Package com.cisco.pt.ipc.sim.impl
Class STPMainProcessImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.ProcessImpl
com.cisco.pt.ipc.sim.impl.STPMainProcessImpl
- All Implemented Interfaces:
IPCObject,Process,STPMainProcess
Information provided by the PKI file:
\class StpMainProcess
\brief StpMainProcess holds and manages the individual STP processes.
\example network().getDevice("Switch0").getProcess("StpMainProcess")
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionSTPMainProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptiongetStpProcess(int vlanID) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.sim.impl.ProcessImpl
getOwnerDeviceMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Constructor Details
-
STPMainProcessImpl
public STPMainProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getStpProcess
Information provided by the PKI file:
\brief Returns the STP process from the specified VLAN. \param vlanID, the VLAN number of interest. \return StpProcess, the StpProcess object from the specified VLAN.- Specified by:
getStpProcessin interfaceSTPMainProcess- Parameters:
vlanID- Takes in a parameter of vlanID- Returns:
- STPProcess Returns a STPProcess
-